From: Colin Walters Date: Thu, 14 Mar 2024 13:47:14 +0000 (-0400) Subject: configure: post-release version bump X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~7^2~2^2~18^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=1bc7d20777cf918d87cf003a0dd6285d89db3412;p=ostree.git configure: post-release version bump --- diff --git a/configure.ac b/configure.ac index 58c25935..6b30cd9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ AC_PREREQ([2.63]) dnl To perform a release, follow the instructions in `docs/CONTRIBUTING.md`. m4_define([year_version], [2024]) -m4_define([release_version], [5]) +m4_define([release_version], [6]) m4_define([package_version], [year_version.release_version]) AC_INIT([libostree], [package_version], [walters@verbum.org]) -is_release_build=yes +is_release_build=no AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux])